Skip to main content

All Questions

2votes
0answers
2kviews

Shell scripts scanning tools

It has become common trend to use shell scripts from the web and directly run them: bash <(curl -sL some.random.website.com) I always view the script before running them. However, shell scripts ...
shivams's user avatar

close